使用表格查找标准正态分布Z的概率 - 知识点总结
标准正态分布Z具有均值μ = 0和方差σ² = 1的特殊性质。
The standard normal distribution Z has the special properties of mean μ = 0 and variance σ² = 1.
数学记号 / Mathematical Notation:
\[Z \sim N(0, 1^2)\]
其中μ = 0,σ² = 1
Where μ = 0, σ² = 1
正态分布表格提供P(Z < z)的值,这是计算标准正态分布概率的主要方法。
Normal distribution tables provide values of P(Z < z), which is the main method for calculating standard normal distribution probabilities.
表格特点 / Table Characteristics:
• 只给出z ≥ 0的值
• Only gives values for z ≥ 0
• 对于负z值需要使用对称性质
• For negative z values, symmetry properties must be used
标准正态分布具有对称性质,这是计算负z值概率的关键。
The standard normal distribution has symmetry properties, which is key to calculating probabilities for negative z values.
对称公式 / Symmetry Formulas:
• P(Z < -a) = P(Z > a) = 1 - P(Z < a)
• 利用对称性质可以计算负z值的概率
• Use symmetry properties to calculate probabilities for negative z values
| 问题类型 | 描述 | 解决方法 |
|---|---|---|
| P(Z < a) | 直接查找表格 | 在表格中查找a对应的值 |
| P(Z > a) | 使用补集 | P(Z > a) = 1 - P(Z < a) |
| P(Z < -a) | 使用对称性 | P(Z < -a) = P(Z > a) = 1 - P(Z < a) |
| P(a < Z < b) | 区间概率 | P(a < Z < b) = P(Z < b) - P(Z < a) |